github.com/refraction-networking/utls/internal/hpke.hkdfKDF.LabeledExtract (method)
5 uses
github.com/refraction-networking/utls/internal/hpke (current package)
hpke.go#L29: func (kdf *hkdfKDF) LabeledExtract(sid []byte, salt []byte, label string, inputKey []byte) []byte {
hpke.go#L84: eaePRK := dh.kdf.LabeledExtract(dh.suiteID[:], nil, "eae_prk", dhKey)
hpke.go#L196: pskIDHash := kdf.LabeledExtract(sid, nil, "psk_id_hash", nil)
hpke.go#L197: infoHash := kdf.LabeledExtract(sid, nil, "info_hash", info)
hpke.go#L201: secret := kdf.LabeledExtract(sid, sharedSecret, "secret", nil)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |